variable
Type
glossary
Description
A container in memory. You can put data of any kind into a variable, and read its contents.
Unlike other containers, variables are not permanent. A local variable's existence ends when the handler stops; a global variable's existence ends when you quit the application.
Related
glossary: handler, application, container, global, local variable